From: Eli Zaretskii Date: Sat, 28 Jun 2025 19:17:06 +0000 (+0300) Subject: ; * doc/lispref/threads.texi (Condition Variables): Fix wording. X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~46 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=e51ff3ee664ecc848ed99f2f715e9a33208a8d66;p=emacs.git ; * doc/lispref/threads.texi (Condition Variables): Fix wording. --- diff --git a/doc/lispref/threads.texi b/doc/lispref/threads.texi index 3a7c3815fb1..3d9ebf08073 100644 --- a/doc/lispref/threads.texi +++ b/doc/lispref/threads.texi @@ -257,7 +257,7 @@ calling this. Ordinarily a single waiting thread is woken by @code{condition-notify}; but if @var{all} is not @code{nil}, then all threads waiting on @var{cond} are notified. -@code{condition-notify} releases the associated mutex while waiting. +@code{condition-notify} releases the associated mutex. This allows other threads to acquire the mutex in order to wait on the condition. @c why bother?